//	S_Trim_Man.hsp

/*title this*/_4title=__FILE__:split _4title,".",_4title:title _4title.0

//	Opmesboxp
sdim s,65000
//	m[gpbhp
sdim t,65000

button "s",*_do

	font "",18
	objmode 2
//	sg̑Opmesbox
	mesbox s,600,455,5
	ID4mesbox=stat
	
	stop
	
*_do
	t=s
	notesel t
	repeat notemax
	tmp_A=""
	tmp_B=""
	noteget tmp_A,cnt
	tmp_B=strtrim(tmp_A,1,' ')
	noteadd tmp_B,cnt,1
	loop
//	notepadۑ
	notesave "tmp.txt"
//	𗘗pĕ\
	exec "notepad tmp.txt"
	stop